home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Mac / IDE scripts / Hack / Debugger on < prev    next >
Encoding:
Text File  |  2000-06-23  |  178 b   |  6 lines

  1. """This script turns the Python debugger on globally, meaning that
  2. it will then stop at any breakpoint you might have defined."""
  3.  
  4. import PyDebugger
  5. PyDebugger.startfrombottom()
  6.